home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // zDCL.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
- // From: zDCL.pas
- //----------------------------------------------------------------------------
- #ifndef zDCLHPP
- #define zDCLHPP
- //----------------------------------------------------------------------------
- #include <LibMain.hpp>
- #include <ZVCL.hpp>
- #include <Zsrv.hpp>
- #include <OLE2.hpp>
- #include <Windows.hpp>
- #include <System.hpp>
- #pragma warn -par
- #pragma warn -hid
- #pragma warn -inl
-
- namespace Zdcl
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) IComplibDispatch;
- class __declspec(pascalimplementation) IComplibDispatch : public Zsrv::IApplicationDispatch
- {
- typedef Zsrv::IApplicationDispatch inherited;
-
- private:
- void __fastcall GetForms(DISPPARAMS &Params, System::PVariant varResult, long &SCode);
-
- public:
- virtual void __fastcall DefineCustomProps(void);
- public:
- /* ICustomDispatch.Create */ __fastcall virtual IComplibDispatch(System::TObject* Obj) : Zsrv::IApplicationDispatch(
- Obj) { }
-
- public:
- /* IObjectDispatch.Destroy */ __fastcall virtual ~IComplibDispatch(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern GUID AppID;
-
- } /* namespace Zdcl */
-
- #pragma warn .par
- #pragma warn .hid
- #pragma warn .inl
-
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Zdcl;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // zDCL
-